home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / objeas3a / docs / workshop.doc < prev   
Encoding:
Text File  |  1994-05-18  |  2.5 KB  |  50 lines

  1.  
  2.                                THE WORKSHOP
  3.  
  4.                                WORKSHOP.EXE
  5.  
  6.         The WORKSHOP has been provided, complete with source code, to
  7. facilitate the designing and building of graphics screens. Graphic
  8. objects can be placed onto the screen, repositioned, resized, etc.,
  9. until the screen appears as you wish. Then, when you save the screen,
  10. the WORKSHOP writes the source code for you into a .COD file which you
  11. can then easily paste into your source code. WHAT A TIME SAVER!!!
  12.  
  13.         When the WORKSHOP starts up, the tool palette, and the memory
  14. indicator are all that is present on the screen. Pressing ALT-T will
  15. toggle the display of the tool bar. ALT-M will toggle the memory
  16. display. If you move the mouse cursor to the top few pixels of the 
  17. tool bar you will see it change to a black pointing hand. You can now
  18. drag the toolbar to a new position by pressing the left mouse button.
  19.  
  20.         Choose one of the buttons on the toolbar to add an object of 
  21. that type to the screen. You will be prompted to enter a name for the new
  22. object. This will be the variable name of that particular instance
  23. within your application. The mouse cursor will change to crosshairs.
  24. Click the left mouse button when the cursor is at the position you wish
  25. for the upper left corner of your new object. It will than appear at
  26. that position on the screen. 
  27.  
  28.         When the cursor is over any object, it will change to a hand. You
  29. can then drag the object to a new position while pressing the left mouse
  30. button. If the cursor is within 4 pixels of the lower right corner of
  31. an object, it will chage to a pointing finger. You can then resize the
  32. object by dragging with the left mouse button pressed. If you click the left
  33. mouse button when the cursor is over an object while holding down a
  34. SHIFT key, a dialog will pop up allowing you to change the characteristics
  35. of the object.
  36.  
  37.         Line objects can only be moved from their endpoints. Pressing
  38. the right mouse button at any time will cause the entire screen to
  39. be redrawn.
  40.         
  41.         When the screen appears as you wish, press the save button and
  42. enter a filename for your screen. Two files will be created. The file with
  43. a .SCR extension is a binary file used by the WORKSHOP to re-create your
  44. screen when loading it from disk. The file with the .COD extension is
  45. the code that the WORKSHOP has created for you to paste into your app-
  46. lication.
  47.  
  48.         Complete source for this project has been provided for both
  49. reference and enhancement purposes.
  50.